home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : style_checker
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : JFOREMAN at ECLB
- -- AUTHOR : Texas Instruments
- -- : Ada Technology Branch
- -- : PO Box 801, MS 8007
- -- : McKinney, TX 75069
- -- : Note: Work done under contract to Naval Oceans Systems
- -- : Center (NOSC)
- -- COPYRIGHT :
- -- DATE CREATED : 17 Apr 85
- -- DATE RELEASED : 17 Apr 85
- -- DATE LAST UPDATED : 17 Apr 85
- -- LOCATION : ASR
- -- ENVIRONMENT : DG MV 10000, ROLM ADE
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : STYLE
- -- CATEGORY LEVEL 3 : Style Checker 1
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Ada style checker
- -- KEYWORD : Ada style
- -- INDEX : Ada Style Checker
- -- INDEX : Checker, Style
- -- INDEX : Style Checker
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.STYLE>STYLE.*
- -- FILE SPECS : PD:<ADA.STYLE>STYLECMP.*
- -- FILE SPECS : PD:<ADA.STYLE>STYLEDOC.*
- -- FILE SPECS : PD:<ADA.STYLE>STYLEINS.*
- -- FILE SPECS : PD:<ADA.STYLE>STYLESRC.*
- -- FILE SPECS : PD:<ADA.STYLE>STYLETST.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.STYLE>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- STYLE.ABS 1714 39
- -- STYLE.DIS 139 5
- -- STYLE.ME 4080 171
- -- STYLE.PRO 3386 69
- -- STYLECMP.DIS 3117 147
- -- STYLEDOC.DIS 84 2
- -- STYLEDOC.SRC 18088 896
- -- STYLEINS.RPT 4228 95
- -- STYLESRC.DIS 124 5
- -- STYLESRC.SRC 409663 10161
- -- STYLETST.DIS 518 31
- -- STYLETST.SRC 116759 3036
- -- =============== ========== ==========
- -- 12 Files 561900 14657
- --= ABSTRACT ===============================================--
- -- The style checker will examine an Ada program and try to pick
- -- pieces of the program which follow incorrect style conventions. These
- -- conventions themselves will be determined by a file of parameters
- -- which can be editted to "tailor" the style to local (or contractual)
- -- conventions.
- --
- -- Both physical and logical style features will be checked for
- -- including indentation, use of blank space, names, use of reserved
- -- words (such as restricting certain features, i.e. gotos), nesting
- -- levels, parameter passing, and comments.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 4/17/85 1.0 TI Ada Technology Branch Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-